* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height:100%;

	margin: 0px;
	padding: 0px;
}

body {
	min-width: 1004px;

	font: normal normal 14px Tahoma, Geneva, sans-serif;
	color: black;

	background: #7a7a7a url(bg000000.png) repeat-y center top;
}

a {
	color: black;
}

	a:hover {
		color: #a83749;
	}



marquee {
	margin: 0 -20px 20px;
	padding: 0;
}

input[type="text"],
select {
	font: normal normal 12px Tahoma, Geneva, sans-serif;
	color: black;

	background: #aaaaaa;
}
h2 {
		font: normal bold 20px/24px Arial, Helvetica, sans-serif;
		color: #a82f42;
	}
	
.clear {
	clear: both;
}

/******************************************************************************/

#container1 {
	width: 100%;
	height: auto;
	min-height: 100%;
}

	* html #container1 {
		height: 100%;
	}

#container2 {
	width: 1004px;
	height: auto;

	margin: 0 auto;
	padding: 0;

	background: #d4d4d4;
}

#top {
	position: relative;

	width: 1004px;
	height: 214px;

	background: url(top00000.jpg) no-repeat;
}

	#top h1 {
		width: 1004px;
		height: 31px;

		margin: 0;
		padding: 0;


		overflow: hidden;
	}

		#top h1 a {
			display: block;

			width: 335px;
			height: 30px;

			margin: 0 0 0 669px;
			padding:0;

			text-indent: -9999px;

			overflow: hidden;
		}

#footer {
	clear: both;

	margin: 0;
	padding: 100px 0 20px;
}

#sidebar {
	width: 180px;
	height: auto;

	margin: 0;
	padding: 10px;

	font: normal normal 11px/14px Tahoma, Geneva, sans-serif;
	color: black;

	background: #cccccc;

	float:left;
}

/******************************************************************************/

.latest-news {
}

	.latest-news h3 {
		margin: 0 0 10px 0;
		padding: 0;

		font: normal bold 13px/18px Tahoma, Geneva, sans-serif;
		color: black;
	}

	.latest-news ul {
	}

		.latest-news li.date {
			margin: 0 0 4px 0;
			padding: 0;

			font-weight: bold;
		}

		.latest-news li.name {
			margin: 0 0 4px 0;
			padding: 0;
		}

			.latest-news li.name a {
				font-size: 11px;
				font-weight: bold;
				text-decoration: underline;
				color: black;
			}

				.latest-news li.name a:hover {
					color:#a83749;
				}

		.latest-news li.brif {
			margin: 0 0 14px 0;
			padding: 0;
		}

/******************************************************************************/

#content {
	width: 764px;
	height: auto;

	margin: 0;
	padding: 10px 20px;

	float: right;
}

/******************************************************************************/

#dop_text1 {
	margin: 0 0 20px 0;
	padding: 0;

	font: normal normal 13px/18px Arial, Helvetica, sans-serif;
	color: black;
}

	#dop_text1 ul {
		margin: 0 0 15px 25px;
		padding: 0;

		list-style-type: disc;
	}

	#dop_text1 p {
		margin: 0 0 15px 0;
		padding: 0;
	}

	#dop_text1 strong {
	}

	#dop_text1 em {
		font-style: normal;
		font-weight: bold;
		color: #a83749;
	}

	#dop_text1 span {
		color: #a83749;
	}

	#dop_text1 a {
		text-decoration: underline;
		color: #a83749;
	}

/******************************************************************************/

div.map {
	position: relative;

	width: 508px;
	height: 301px;

	margin: 0 auto 20px;
	padding: 0;

	background: url(map00000.png) no-repeat left top;
}

	div.map div {
		position: absolute;
		z-index: 5;
	}

	div.map a {
		font: normal normal 9px/9px Tahoma, Geneva, sans-serif;
		text-decoration:none;
		white-space: nowrap;
		color: black;
	}

	div.map a .marker {
		display: block;

		width: 8px;
		height: 12px;

		margin: -3px;
		padding: 3px;

		background: url(map-mark.png) no-repeat center top;

		overflow: hidden;
	}

		div.map a:hover .marker,
		div.map a.current .marker {
			background-position: center center;
		}

	div.map a .name {
		display: block;
		position: absolute;
		z-index: 2;
	}

		div.map a .name.right {
			left: 9px;
			top: 0;
		}

		div.map a .name.left {
			right: 9px;
			top: 0;
		}

		div.map a .name.top {
			left: 50%;
			top: -9px;
		}

			div.map a .name.top span {
				margin-left: -50%;
			}

		div.map a .name.bottom {
			left: 50%;
			bottom: -9px;
		}

			div.map a .name.bottom span {
				margin-left: -50%;
			}

		div.map a:hover .name,
		div.map a.current .name {
			color: #a83749;
		}

		div.map a.current .name {
			font-weight: bold;
		}

/******************************************************************************/

#spec_form {
	margin: 0 0 20px 0;
	padding: 0;
}

	#spec_form table {
		margin: 0 auto;
		padding: 0;
	}

		#spec_form table td {
			margin: 0;
			padding: 2px;
		}

/******************************************************************************/

#navigation {
	width: 1004px;
	height: 42px;

	margin: 0 auto;
	padding: 0;

	font-size:0px;

	overflow: hidden;
}

	#navigation ul {
		width: 1004px;
		height: 40px;

		margin: 0;
		padding: 0;

		list-style-type: none;

		border-top: 1px solid black;
		border-bottom: 1px solid black;
	}

	#navigation li {
		display: inline-block;
		*display: inline;
		*zoom: 1;

		border-left: 1px solid #c5747f;
		border-right: 1px solid #7b2835;
	}

		#navigation #li-about {
			border-left: 0;
		}

		#navigation #li-analytics {
			border-right: 0;
		}

	#navigation a {
		display: block;

		
		background-color: #b03a4c;
		background-image: url(menu0000.png);

		overflow: hidden;
	}

		#navigation a:hover {
			background-color: #94313f;
		}

#li-about a {
	width: 199px;
	height: 40px;
	background-position: 0 0;
}

	#li-about a:hover {
		background-position: 0 40px;
	}

#li-cities a {
	width: 199px;
	height: 40px;
	background-position: -201px 0;
}

	#li-cities a:hover {
		background-position: -201px 40px;
	}

#li-centers a {
	width: 199px;
	height: 40px;
	background-position: -402px 0;
}

	#li-centers a:hover {
		background-position: -402px 40px;
	}

#li-nets a {
	width: 199px;
	height: 40px;
	background-position: -603px 0;
}

	#li-nets a:hover {
		background-position: -603px 40px;
	}

#li-analytics a {
	width: 200px;
	height: 40px;
	background-position: -804px 0;
}

	#li-analytics a:hover {
		background-position: -804px 40px;
	}

/******************************************************************************/

.counter {
	margin: 0 auto;
	padding: 0;
}

/******************************************************************************/

table.mn {
	margin: 0 auto;
	padding: 0;

	border-collapse: collapse;
}

	table.mn td {
		width: 200px;
		height: auto;

		margin: 0;
		padding: 1px 10px;

		font: normal normal 12px Tahoma, Geneva, sans-serif;
		text-align:left;
		color: black;

		border: 1px solid black;
	}

		table.mn thead td {
			font-weight: bold;
			background-color: #999999;
		}

	table.mn .type_str {
		position: relative;
		left: 130px;

		margin: -15px 0 0 0;

		font: 11px Tahoma;
		font-style: italic;	
		color: #a83749;

		float:right;
	}

	table.mn a {
		text-decoration: none;
	}

/******************************************************************************/

#body_nav {
	margin: 0 0 20px 0;
  padding: 0;

	font: normal normal 13px/18px Arial, Helvetica, sans-serif;
	color: #a83749;
}

	#body_nav a {
		display: inline-block;
		*display: inline;
		*zoom: 1;

		/*font: normal normal 13px/18px Arial, Helvetica, sans-serif;*/
		color: #a83749;

		margin: 0 0 5px 0;
		padding: 0;
	}



		#body_nav h2 span {
			display: inline-block;
			*display: inline;
			*zoom: 1;

			vertical-align: middle;
		}

/******************************************************************************/

#news-list {
}

	#news-list li {
		margin: 0 0 20px 0;
		padding: 0;
	}

		#news-list li .date {
			width: 80px;
			height: auto;

			white-space: nowrap;

			float: left;
		}

		#news-list li .content {
			width: 664px;
			height: auto;

			float: right;
		}

			#news-list li .content h3 {
				margin: 0 0 5px 0;
				padding: 0;

				font: normal bold 12px/15px Arial, Helvetica, sans-serif;
				color: black;
			}

			#news-list li .content .brief {
				margin: 0 0 10px 0;
				padding: 0;
			}

			#news-list li .content .addition {
				margin: 0 0 10px 0;
				padding: 0;
			}

			#news-list li .content .read-more {
			}

				#news-list li .content .read-more a {
					margin: 0;
					padding: 0 0 0 15px;

					line-height: 15px;
					text-decoration: underline;

					background: url(http://www.scrussia.ru/data/images/document-icon.png) no-repeat left 2px;
				}

/******************************************************************************/

table.sc {
	width: 100%;
	height: auto;
}

	table.sc td {
		vertical-align: top;
	}

table.sc-text {
	width: 100%;
	height: auto;

	font: normal normal 13px/18px Arial, Helvetica, sans-serif;
	color: black;

	border-top: 1px solid black;
}

	table.sc-text td {
		margin: 0;
		padding: 2px 5px;

		vertical-align: top;

		border-bottom: 1px solid black;
	}

table.sc-images {
	margin: 0 0 0 20px;
	padding: 0;

	font: normal normal 12px/12px Tahoma, Geneva, sans-serif;
	color: black;

	border: 0;
}

	table.sc-images td {
		margin: 0;
		padding: 0 0 10px 0;
	}

	table.sc-images a {
		display: inline-block;
		*display: inline;
		*zoom: 1;
	}

	table.sc-images img {
		width: 160px;
		height: 120px;

		border: 1px solid black;
	}

		table.sc-images a:hover img {
			border-color: #a83749;
		}

/******************************************************************************/

.tag-in-project,
.tag-in-progress {
	display: inline-block;
	*display: inline;
	*zoom: 1;

	width: 63px;
	height: 16px;
}

.tag-in-project {
	background: url(tag-in-p.png) no-repeat left top;
}

.tag-in-progress {
	background: url(tag-in-q.png) no-repeat left top;
}

	.mn .tag-in-project,
	.mn .tag-in-progress {
		display: block;
		margin: -16px 0 0 -80px;
		padding: 0;
	}

.qwer2 {
	margin: 0 auto 20px;
	padding: 0;

	text-align: center;
}

	.qwer2 * {
		font-size: 12px;
		line-height: 16px;

		vertical-align: middle;
	}

	.qwer2 ul {
		display: inline-block;
		*display: inline;
		*zoom: 1;
	}
	
	.qwer2 li {
		/*
		display: inline-block;
		*display: inline;
		*zoom: 1;
		*/

		margin: 0 10px;
		padding: 0;

		text-align: left;
	}

/******************************************************************************/

div.analytics {
}

	div.analytics li {
		position: relative;

		margin: 0 0 10px 0;
		padding: 0 0 0 32px;

		font: normal normal 12px/15px Arial, Helvetica, sans-serif;
		color: black;
	}

		div.analytics li a {
			text-decoration: underline;
			color: black;
		}

			div.analytics li a .icon {
				display: block;

				position: absolute;
				z-index: 5;
				left: 0;
				top: 0;

				width: 25px;
				height: 30px;

				background: url(http://www.scrussia.ru/data/images/pdf-icon.png) no-repeat;
			}

			div.analytics li a .name {
			}

		div.analytics li small {
			font-size: 11px;
			color: #757575;
		}

/******************************************************************************/

.pgs {
}

	.pgs p {
		margin: 0 0 15px 0;
		padding: 0;
	}

	.pgs a {
		color: #a83749;
	}

/******************************************************************************/

table#towns-table {
	margin: 0 auto 20px;
	padding: 0;

	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: black;

	border-collapse: collapse;

	border: 1px solid black;
}

	table#towns-table td {
		margin: 0;
		padding: 2px;

		text-align: center;

		border: 1px solid black;

		cursor: default;
	}

		table#towns-table thead td {
			text-align: center;

			vertical-align: middle;

			background-color: #b4b4b4;
			background-position: 1px 1px;
			background-repeat: no-repeat;

			cursor: pointer;

			-moz-user-select: none;
			-webkit-user-select: none;
			user-select: none;
		}

			table#towns-table thead td:hover {
				background-color: #c4c4c4;
			}

			table#towns-table thead td.unsort {
				cursor: default;
			}

			table#towns-table thead td.curcol {
			}

				table#towns-table thead td.curcol.asc {
					background-image: url(http://www.scrussia.ru/data/images/i0.gif);
				}

				table#towns-table thead td.curcol.desc {
					background-image: url(http://www.scrussia.ru/data/images/i1.gif);
				}

		table#towns-table tbody tr {
		}

			table#towns-table tbody tr:hover {
				background: #e4e4e4;
			}

		table#towns-table tbody td {
			white-space: nowrap;
		}

	table#towns-table a {
		text-decoration: none;
		color: black;
	}

		table#towns-table a:hover {
			color: #a83749;
		}

div#nav {
	margin:0 0 20px;
	font-family:Arial;
	font-size:12px;
}

	div#nav table {
		margin: 0 auto;
		padding: 0;
	}

/******************************************************************************/

table.news {
	width: 100%;
}

	table.news td {
		margin: 0;
		padding: 10px 10px 10px 0;

		vertical-align: top;
	}

div.to-news-archive {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;

	text-align: right;

	border-bottom: 1px solid black;
}

	div.to-news-archive a {
		margin: 0;
		padding: 0 0 0 15px;

		line-height: 15px;
		text-decoration: underline;

		
	}

/******************************************************************************/

.pager {
	margin: 50px 0 0 0;
	padding: 0;

	font: normal normal 16px/24px Arial, Helvetica, sans-serif;
	color: black;
}

	.pager ul {
		margin: 0 -5px;
		padding: 0;
	}

	.pager li {
		display: inline-block;
		*display: inline;
		*zoom: 1;

		margin: 0;
		padding: 0;
	}

	.pager a,
	.pager span {
		display: inline-block;
		*display: inline;
		*zoom: 1;
	}

	.pager a {
		margin: 0 8px;
		padding: 0;
	}

	.pager span {
		margin: 0 3px;
		padding: 0 5px;

		background: #f0f0f0;
	}

	.pager a:hover {
		color: #a82f42;
	}
	.mainmenu{
		height:45px;
	}
	.menuelement{
		width:200px;
		height:35px;
		float:left;
		padding-top:5px;
		text-align:center;
		background-image: url(menu.png);
	}
	.menuelement a{
		font: normal normal 16px/24px Arial, Helvetica, sans-serif;
		color: #DDDDDD;
		text-decoration:none;
	}